Gets the approriate T. You can either use an item that equals the item you want back, a key of the item you want back or parameters that can make the key for the item you want back.
The item in the collection that matches item.
$(THROWS KeyedException, if $(D this) does not contain a matching clustered index.)
Precondition:
assert(item !is null);
See Implementation
Gets the approriate T. You can either use an item that equals the item you want back, a key of the item you want back or parameters that can make the key for the item you want back.